1094a52a67ed6ff6734f79af2e4820ea6c0e29fd,shoppinglist/ShoppingList/src/org/openintents/shopping/ui/ShoppingActivity.java,ShoppingActivity,onResume,#,769

Before Change


		applyListTheme();
		mItemsView.onResume();

		updateTitle();

		// TODO fling disabled for release 1.3.0
//		mGestureDetector = new GestureDetector(new MyGestureDetector());

After Change


		
		this.setRequestedOrientation(PreferenceActivity.getOrientationFromPrefs(this));

		if (getSelectedListId() != -1) {
		   setListTheme(loadListTheme());
		   applyListTheme();
  		   updateTitle();
		}
		mItemsView.onResume();